home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- if the platform = "Windows,32" then
- openXLib(the pathName & "XTRAS32\Fileio")
- else
- if the platform = "Windows,16" then
- openXLib(the pathName & "XTRAS16\Fileio")
- else
- openXLib(the pathName & "xtras:FileIOXtraFat")
- end if
- end if
- getPrefThingy()
- end
-
- on enterFrame
- set the visible of sprite 3 to rollOver(3)
- end
-